/* 头尾细揽列表PC */
@charset "utf-8";
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:14px;
	color:#000;
	background: #f6f8fc;
}

a{
	color:#000;
}

a:hover{
	text-decoration: none;
	color: #1b2a74 !important;
}

.fw{
	color: #fff;
}

.fw a{
	color: #fff;
}

.fw a:hover{
	color: #dfdfdf !important;
}

img{
	display:block;
	max-width: 100%;
	max-height: 100%;
}

.wrapper{
	width:100%;
	min-width:1200px;
	margin:0px auto;
	overflow: hidden;
}

.w1200{
	width:1200px;
	margin:0px auto;
}

h1,h2,h3,h4,h5,h6{
	overflow:hidden;
}

p,li{
	overflow:hidden;
}

table{
	font-size: 1em;
}

.photo{
	position: relative;
	overflow: hidden;
}

.photo img{
	width: 100%;
	height: 100%;
}

#top2023{
	position: relative;
	background: none;
}

#top2023 .nav2023 li span{
	padding: 0px 10px;
}

#top2023 .nav2023 li:hover span{ background: none; }

#top2023 .nav2023 span i{
	width: 30px;
	left: 50%;
	margin-left: -15px;
	bottom: 20px;
	opacity: 0;
}

#top2023 .nav2023 li:hover span i{
	opacity: 1;
}

#top2023 .nav2023 .drop{
	border-radius: 5px;
	background:rgba(0,0,0,0.5);
	top: 62px;
	z-index: 999;
}

#top2023 .nav2023 .drop p{
	height: 36px;
	line-height: 36px;
}

#top2023 .nav2023 .drop p a:hover{
	font-weight: bold;
}

@media screen and (max-width: 1400px) {
#top2023 .nav2023 li span{
	padding: 0px 5px;
}
}

#top2023 .lang .current, #top .lang .current:hover{
	color: #156ad2 !important;
}

#top2023 .lang a{
	margin-right: 10px;
}

#top2023 .lang a:hover{
	background: #fff;
	color: #156ad2 !important;
	font-weight: bold;
}

#top2023 .login{
	background-color: #fff;
	color: #7594c3;
}

#top2023 .login a{
	color: #7594c3;
}

#top2023 .login a:hover{
	color: #e02020 !important;
}

#header{
	position: relative;
	height: 450px;
	background: url("images/header-color.png");
	z-index: 99;
	overflow: visible;
}

#header .bg-photo{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("images/header-bg.jpg") no-repeat center top;
}

#header .video1{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 0px;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	object-fit: cover;
	object-position: center center;
}

#header .topic{
	position: absolute;
	left: 50%;
	margin-left: -188px;
	top: 60px;
	width: 377px;
	height: 162px;
	background: url("images/header-topic.png");
}

#header .search{
	position: absolute;
	left: 50%;
	margin-left: -440px;
	top: 185px;
	width: 880px;
	height: 60px;
	overflow: hidden;
	border-radius: 5px;
}

#header .search .text{
	float: left;
	height: 60px;
	border: none;
	width: 717px;
	padding: 0px 20px;
	font-size: 16px;
	outline: none;
}

#header .search .text::-webkit-input-placeholder { color: #cacaca; }
#header .search .text:-moz-placeholder { color: #cacaca; }
#header .search .text::-moz-placeholder { color: #cacaca; }
#header .search .text:-ms-input-placeholder { color: #cacaca; }

#header .search .sub{
	float: right;
	width: 123px;
	height: 60px;
	background: url("images/header-search.png");
	cursor: pointer;
	padding: 0px;
	border: none;
	outline: none;
}

#side{
	position: fixed;
	right: 0px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 9;
}

#side p{
	height: 80px;
	overflow: hidden;
}

#side img{
	width: 82px;
	height: 160px;
	max-height: none;
	max-width: none;
	cursor: pointer;
}

#side img:hover{
	margin-top: -80px;
}

#layout1{
	padding: 7px 0px;
	background: #fff url("images/ly1-bg.jpg") repeat-x center bottom;
	text-align: center;
	position: relative;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}

#layout1 li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: visible;
	margin: 0px 23px;
	padding: 14px 35px;
	border-radius: 5px;
}

#layout1 li:hover{
	background: #e7f2ff;
}

.title1{
	height: 35px;
	line-height: 35px;
}

.title1 span{
	float: left;
	color: #1b2a74;
	font-weight: bold;
	font-size: 24px;
	background-position: left center;
	background-repeat: no-repeat;
}

.title1 span a{
	color: #1b2a74 !important;
}

.title1 .more{
	float: right;
	color: #b2b2b2;
	background: url("images/more.png") no-repeat right center;
	padding-right: 21px;
	font-size: 16px;
}

.title1 .more:hover{
	background-image: url("images/more1b.png");
	color: #1b2a74;
}

#layout4{
	padding: 30px 0px 30px 0px;
	background: #fff url("images/ly4-bg.png");
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	margin-top: 8px;
	margin-bottom: 8px;
}

/* 2023投资一张图Start */
#layout4 .investBox .tz_top {
    margin: 0px 35px 20px 35px;
}

#layout4 .investBox .title{
	float: left;
	line-height: 40px;
	background: url("images/ly4-title.png") no-repeat left center;
	padding-left: 40px;
	font-size: 24px;
	color: #1b2a74;
	font-weight: bold;
}

#layout4 .investBox .selectBox{
	float: right;
}

#layout4 .investBox .selectBox form{
	float: left;
    height: 38px;
    line-height: 38px;
    margin: 0 7px 0 0;
    padding: 0 15px;
    font-size: 16px;
    text-align: center;
    color: #1540b4;
    border-radius: 50px;
    background: linear-gradient(#ffffff, #beeaff);
	border: 1px solid #b7d4f3;
}

#layout4 .investBox .selectBox form .text{
	float: left;
	width: 135px;
	border: none;
	padding: 0px;
	height: 38px;
	line-height: 38px;
	outline: none;
	background: none;
	color: #1540b4;
	font-size: 14px;
}


#layout4 .investBox .selectBox form .text::-webkit-input-placeholder,
#layout4 .investBox .selectBox .search .text::-webkit-input-placeholder{
	color: #1540b4;
}
#layout4 .investBox .selectBox form .text:-moz-placeholder,
#layout4 .investBox .selectBox .search .text:-moz-placeholder{
	color: #1540b4;
}
#layout4 .investBox .selectBox form .text::-moz-placeholder,
#layout4 .investBox .selectBox .search .text::-moz-placeholder{
	color: #1540b4;
}
#layout4 .investBox .selectBox form .text:-ms-input-placeholder,
#layout4 .investBox .selectBox .search .text:-ms-input-placeholder{
	color: #1540b4;
}

#layout4 .investBox .selectBox form .sub{
	float: right;
	width: 14px;
	height: 15px;
	background: url("images/ly4-search.png");
	border: none;
	outline: none;
	margin-top: 11px;
	cursor: pointer;
} 

#layout4 .investBox .selectBox select,
#layout4 .investBox .selectBox .select {
    float: left;
    height: 38px;
    line-height: 38px;
    margin: 0 0px 0 7px;
    padding: 0 15px;
    font-size: 16px;
    text-align: center;
    color: #1540b4;
    border-radius: 50px;
    background: linear-gradient(#ffffff, #beeaff);
	border: 1px solid #b7d4f3;
	cursor:auto;
}
#layout4 .investBox .selectBox .select i {
    background: url(images/ly4-select.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    margin: 0 3px 3px 0;
    width: 15px;
    height: 14px;
    vertical-align: middle;
}
#layout4 .investBox .btn {
    position: absolute;
	left: 460px;
	top: 430px;
    height: 36px;
    line-height: 36px;
	width: 125px;
	border: 1px solid #0083fc;
    font-size: 14px;
    border-radius: 22px;
	text-align: center;
	color: #0083fc;
	cursor: pointer;
	z-index: 9;
}

#layout4 .investBox .btn:hover{
	color: #0083fc !important;
}
#layout4 .investBox .btn i {
    background: url(images/ly4-full.png);
    display: inline-block;
	vertical-align: top;
    margin: 8px 8px 0px 0;
    width: 19px;
    height: 19px;
}
#layout4 .investBox .flexBox {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#layout4 .investBox .flexBox .left {
	position: relative;
	margin: 20px 0px 0px 25px;
	width: 732px;
	height: 436px;
	background: url("images/ly4-map1.png");
}

#layout4 .investBox .flexBox .left .map2{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	transition: opacity 0.1s;
}

#layout4 .investBox .flexBox .left .map2.active{
	opacity: 1;
}

#ly4-map2-1{ background-image: url("images/ly4-map2-1.png"); }
#ly4-map2-2{ background-image: url("images/ly4-map2-2.png"); }
#ly4-map2-3{ background-image: url("images/ly4-map2-3.png"); }
#ly4-map2-4{ background-image: url("images/ly4-map2-4.png"); }
#ly4-map2-5{ background-image: url("images/ly4-map2-5.png"); }
#ly4-map2-6{ background-image: url("images/ly4-map2-6.png"); }
#ly4-map2-7{ background-image: url("images/ly4-map2-7.png"); }
#ly4-map2-8{ background-image: url("images/ly4-map2-8.png"); }
#ly4-map2-9{ background-image: url("images/ly4-map2-9.png"); }
#ly4-map2-10{ background-image: url("images/ly4-map2-10.png"); }
#ly4-map2-11{ background-image: url("images/ly4-map2-11.png"); }
#ly4-map2-12{  background-image: url("images/ly4-map2-15.png");}
#ly4-map2-13{ background-image: url("images/ly4-map2-13.png"); }
#ly4-map2-14{ background-image: url("images/ly4-map2-14.png"); }
#ly4-map2-15{background-image: url("images/ly4-map2-12.png");  }
#ly4-map2-16{ background-image: url("images/ly4-map2-16.png"); }

#layout4 .investBox .flexBox .left .bar{
	position: absolute;
	width: 15px;
	height: 70px;
}

#ly4-bar1{ left: 237px; bottom: 295px; }
#ly4-bar2{ left: 505px; bottom: 276px; }
#ly4-bar3{ left: 305px; bottom: 274px; }
#ly4-bar4{ left: 247px; bottom: 90px; }
#ly4-bar5{ left: 362px; bottom: 378px; }
#ly4-bar6{ left: 559px; bottom: 340px; }
#ly4-bar7{ left: 402px; bottom: 265px; }
#ly4-bar8{ left: 165px; bottom: 140px; }
#ly4-bar9{ left: 200px; bottom: 200px; }
#ly4-bar10{ left: 648px; bottom: 310px; }
#ly4-bar11{ left: 418px; bottom: 162px; }
#ly4-bar12{ left: 317px; bottom: 145px; }
#ly4-bar13{ left: 186px; bottom: 325px; }
#ly4-bar14{ left: 100px; bottom: 255px; }
#ly4-bar15{ left: 295px; bottom: 388px; }
#ly4-bar16{ left: 78px; bottom: 107px; }

#layout4 .investBox .flexBox .left .bar .circle{
	position: absolute;
	width: 39px;
	height: 39px;
	left: -12px;
	bottom: -8px;
	transform: rotateX(53deg);
}

#layout4 .investBox .flexBox .left .bar .circle i{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgba(4,215,234,0.2);
}

#layout4 .investBox .flexBox .left .bar .circle s{
	position: absolute;
	width: 39px;
	height: 39px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0.7,0.7);
	-moz-transform: translate(-50%, -50%) scale(0.7,0.7);
	-ms-transform: translate(-50%, -50%) scale(0.7,0.7);
	-o-transform: translate(-50%, -50%) scale(0.7,0.7);
	transform: translate(-50%, -50%) scale(0.7,0.7);
	border-radius: 50%;
	background: rgba(4,215,234,0.5);
}

@keyframes ly4_circle{
	from{  }
	50%{ -webkit-transform: translate(-50%, -50%) scale(0.8,0.8);
	-moz-transform: translate(-50%, -50%) scale(0.8,0.8);
	-ms-transform: translate(-50%, -50%) scale(0.8,0.8);
	-o-transform: translate(-50%, -50%) scale(0.8,0.8);
	transform: translate(-50%, -50%) scale(0.8,0.8); }
	to{  }
}
#layout4 .investBox .flexBox .left .bar .circle s{
	animation:'ly4_circle' 1.5s linear 0s infinite;
	-ms-animation:ly4_circle 1.5s linear 0s infinite;
	-moz-animation:ly4_circle 1.5s linear 0s infinite;
	-o-animation:'ly4_circle' 1.5s linear 0s infinite;
	-webkit-animation:'ly4_circle' 1.5s linear 0s infinite;
}

#layout4 .investBox .flexBox .left .bar .main{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 11px;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#layout4 .investBox .flexBox .left .bar .main span{
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 100%;
}

#layout4 .investBox .flexBox .left .bar .main span b{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.8;
}

#layout4 .investBox .flexBox .left .bar .main span i,
#layout4 .investBox .flexBox .left .bar .main span s{
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0px;
	border-radius: 50%;
	transform: rotateX(53deg);
}

#layout4 .investBox .flexBox .left .bar .main span i{
	top: -7px;
}

#layout4 .investBox .flexBox .left .bar .main span s{
	bottom: -7px;
}

#layout4 .investBox .flexBox .left .bar .color1 span b,
#layout4 .investBox .flexBox .left .bar .color1 span i,
#layout4 .investBox .flexBox .left .bar .color1 span s{ background: #20c793; }

#layout4 .investBox .flexBox .left .bar .color2 span b,
#layout4 .investBox .flexBox .left .bar .color2 span i,
#layout4 .investBox .flexBox .left .bar .color2 span s{ background: #49ce8f; }

#layout4 .investBox .flexBox .left .bar .color3 span b,
#layout4 .investBox .flexBox .left .bar .color3 span i,
#layout4 .investBox .flexBox .left .bar .color3 span s{ background: #6ddb89; }

#layout4 .investBox .flexBox .left .bar .color4 span b,
#layout4 .investBox .flexBox .left .bar .color4 span i,
#layout4 .investBox .flexBox .left .bar .color4 span s{ background: #8fe980; }

#layout4 .investBox .flexBox .left .bar .color5 span b,
#layout4 .investBox .flexBox .left .bar .color5 span i,
#layout4 .investBox .flexBox .left .bar .color5 span s{ background: #b1f675; }

#layout4 .investBox .flexBox .left .bar .color6 span b,
#layout4 .investBox .flexBox .left .bar .color6 span i,
#layout4 .investBox .flexBox .left .bar .color6 span s{ background: #d1ff63; }

#layout4 .investBox .flexBox .left .bar .color7 span b,
#layout4 .investBox .flexBox .left .bar .color7 span i,
#layout4 .investBox .flexBox .left .bar .color7 span s{ background: #ebff4f; }

#layout4 .investBox .flexBox .left .bar .color8 span b,
#layout4 .investBox .flexBox .left .bar .color8 span i,
#layout4 .investBox .flexBox .left .bar .color8 span s{ background: #fefd3a; }

#layout4 .investBox .flexBox .left .bar .color9 span b,
#layout4 .investBox .flexBox .left .bar .color9 span i,
#layout4 .investBox .flexBox .left .bar .color9 span s{ background: #ffee2e; }

#layout4 .investBox .flexBox .left .bar .color10 span b,
#layout4 .investBox .flexBox .left .bar .color10 span i,
#layout4 .investBox .flexBox .left .bar .color10 span s{ background: #ffd81a; }

#layout4 .investBox .flexBox .left .bar .color11 span b,
#layout4 .investBox .flexBox .left .bar .color11 span i,
#layout4 .investBox .flexBox .left .bar .color11 span s{ background: #ffbe0c; }

#layout4 .investBox .flexBox .left .bar .color12 span b,
#layout4 .investBox .flexBox .left .bar .color12 span i,
#layout4 .investBox .flexBox .left .bar .color12 span s{ background: #ff9f04; }

#layout4 .investBox .flexBox .left .bar .color13 span b,
#layout4 .investBox .flexBox .left .bar .color13 span i,
#layout4 .investBox .flexBox .left .bar .color13 span s{ background: #ff7e01; }

#layout4 .investBox .flexBox .left .bar .color14 span b,
#layout4 .investBox .flexBox .left .bar .color14 span i,
#layout4 .investBox .flexBox .left .bar .color14 span s{ background: #ff5d02; }

#layout4 .investBox .flexBox .left .bar .color15 span b,
#layout4 .investBox .flexBox .left .bar .color15 span i,
#layout4 .investBox .flexBox .left .bar .color15 span s{ background: #ff3903; }

#layout4 .investBox .flexBox .left .bar .color16 span b,
#layout4 .investBox .flexBox .left .bar .color16 span i,
#layout4 .investBox .flexBox .left .bar .color16 span s{ background: #fe0200; }


#layout4 .investBox .flexBox .left .name{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("images/ly4-map3.png");
}

#layout4 .investBox .flexBox .left .number{
	position: absolute;
	color: #fff;
	line-height: 20px;
	height: 20px;
	text-align: center;
	width: 30px;
}

#ly4-num1{ left: 228px; top: 160px; }
#ly4-num2{ left: 498px; top: 180px; }
#ly4-num3{ left: 304px; top: 184px; }
#ly4-num4{ left: 245px; top: 365px; }
#ly4-num5{ left: 356px; top: 79px; }
#ly4-num6{ left: 555px; top: 117px; }
#ly4-num7{ left: 397px; top: 194px; }
#ly4-num8{ left: 158px; top: 314px; }
#ly4-num9{ left: 229px; top: 233px; }
#ly4-num10{ left: 673px; top: 104px; }
#ly4-num11{ left: 416px; top: 294px; }
#ly4-num12{ left: 309px; top: 314px; }
#ly4-num13{ left: 178px; top: 131px; }
#ly4-num14{ left: 95px; top: 200px; }
#ly4-num15{ left: 289px; top: 68px; }
#ly4-num16{ left: 72px; top: 350px; }

#layout4 .investBox .flexBox .left .link{
	position: absolute;
}

#ly4-link1{ width: 70px; height: 92px; left: 214px; top: 108px; }
#ly4-link2{ width: 79px; height: 143px; left: 471px; top: 125px; }
#ly4-link3{ width: 68px; height: 116px; left: 287px; top: 110px; }
#ly4-link4{ width: 78px; height: 88px; left: 205px; top: 315px; }
#ly4-link5{ width: 84px; height: 94px; left: 338px; top: 15px; }
#ly4-link6{ width: 167px; height: 81px; left: 466px; top: 42px; }
#ly4-link7{ width: 104px; height: 130px; left: 357px; top: 112px; }
#ly4-link8{ width: 72px; height: 92px; left: 129px; top: 259px; }
#ly4-link9{ width: 136px; height: 55px; left: 146px; top: 202px; }
#ly4-link10{ width: 84px; height: 78px; left: 639px; top: 68px; }
#ly4-link11{ width: 82px; height: 92px; left: 378px; top: 246px; }
#ly4-link12{ width: 88px; height: 157px; left: 286px; top: 246px; }
#ly4-link13{ width: 102px; height: 92px; left: 111px; top: 49px; }
#ly4-link14{ width: 79px; height: 98px; left: 65px; top: 143px; }
#ly4-link15{ width: 75px; height: 107px; left: 259px; top: 0px; }
#ly4-link16{ width: 123px; height: 136px; left: 4px; top: 254px; }

#layout4 .investBox .flexBox .right {
    width: 430px;
	margin: 60px 10px 0px 0px;
}

#layout4 .investBox .numList{
	padding-left: 40px;
}

#layout4 .investBox .numList ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto 20px auto;
}
#layout4 .investBox .numList li {
    display: flex;
    width: 48%;
    margin: 30px 0 15px;
    color: #002fa7;
}
#layout4 .investBox .numList li span {
    display: block;
}

#layout4 .investBox .numList li img {
    vertical-align: top;
    display: inline-block;
    margin-right: 10px;
	margin-top: 5px;
    width: 39px;
    height: 40px;
}
#layout4 .investBox .numList li span i {
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
}
/* 2023投资一张图End */


#layout2{
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	background: #fff;
	margin-bottom: 8px;
	margin-top: 8px;
    padding: 30px 38px 30px 38px;
	width: calc(1200px - 76px);
}

#layout2 .block1{
	float: left;
	width: 540px;
}

#layout2 .block1 .title1 span{
    padding-left: 36px;
    background-image: url(images/ly2-title1.png);
}

#layout2 .block2{
	float: right;
	width: 540px;
}

#layout2 .block2 .title1 span{
    padding-left: 36px;
    background-image: url(images/ly2-title2.png);
}

#layout2 .list ul{
	margin-left: -40px;
}

#layout2 .list li{
	float: left;
	width: 250px;
	margin: 20px 0px 0px 40px;
}

#layout2 .list .photo{
	border-radius: 5px;
	height: 160px;
}

#layout2 .list .photo img{
	transition: transform 0.2s;
}

#layout2 .list .photo:hover img{
	transform: scale(1.02,1.02);
}

#layout2 .list .photo i{
	position: absolute;
	width: 41px;
	height: 43px;
	left: 50%;
	top: 50%;
	margin: -21px 0px 0px -20px;
	background: url("images/ly2-play.png");
}

#layout2 .list p{
	line-height: 20px;
	font-size: 16px;
	margin-top: 5px;
}

#layout3{
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	background: #fff;
	margin-bottom: 8px;
	margin-top: 8px;
    padding: 30px 38px 30px 38px;
	width: calc(1200px - 76px);
}

#layout3 .title1 span{
    padding-left: 45px;
    background-image: url(images/ly3-title.png);
}

#layout3 .tab{
	float: right;
	font-size: 22px;
	font-weight: bold;
	color: #7783aa;
}

#layout3 .tab label{
	float: left;
	margin-left: 60px;
	cursor: pointer;
}

#layout3 .tab s{
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 11px;
	margin: 12px 6px 0px 0px;
	background: url("images/ly3-arrow.png");
	opacity: 0.1;
}

#layout3 .tab i{
	font-style: normal;
	display: inline-block;
	vertical-align: top;
}

#layout3 .tab label.active s{
	opacity: 1;
}

#layout3 .main1,#layout3 .main2,#layout3 .main3{
	height: 327px;
	display: none;
	margin-top: 15px;
	border-radius: 5px;
	overflow: hidden;
	color: #fff;
}

#layout3 .main1 a,
#layout3 .main2 a,
#layout3 .main3 a{
	color: #fff !important;
}

#layout3 .main1 a:hover,
#layout3 .main2 a:hover,
#layout3 .main3 a:hover{
	color: #dfdfdf !important;
}

#layout3 .main1.active,#layout3 .main2.active,#layout3 .main3.active{
	display: block;
}

#layout3 .main1 .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

#layout3 .main1 .bg img{
	width: 100%;
	height: 100%;
}

#layout3 .main1 .bg i{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #0031ae;
	opacity: 0.6;
	transition: background 0.2s;
}

#layout3 .main1 .left{
	width: 564px;
	height: 327px;
	position: relative;
}

#layout3 .main1 .left:hover .bg i{
	opacity: 0.8;
}

#layout3 .main1 .left td{
	padding: 0px 75px;
}

#layout3 .main1 .left ul{
	margin: 20px 0px 0px -35px;
	position: relative;
	z-index: 9;
}

#layout3 .main1 .left li{
	float: left;
	width: 77px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	background: url("images/ly3-main1-city.png");
	font-size: 16px;
	margin: 4px 0px 0px 35px;
}

#layout3 .main1 .left li:hover{
	background: #fff;
	border-radius: 15px;
}

#layout3 .main1 .left li:hover,
#layout3 .main1 .left li:hover a,
#layout3 .main1 .left li:hover a:hover{
	color: #1b2a74 !important;
}

#layout3 .main1 .left li a{
	display: block;
	width: 100%;
	height: 100%;
}

#layout3 .main1 .left li a:hover{
	color: #dfdfdf !important;
}

#layout3 .main1 .right{
	width: 558px;
}

#layout3 .main1 .right .block1:hover .bg i,
#layout3 .main1 .right .block2:hover .bg i{
	opacity: 0.8;
}

#layout3 .main1 .right .block1{
	width: 100%;
	height: 163px;
	font-size: 1em;
	position: relative;
}

#layout3 .main1 .right .block2{
	widows: 100%;
	height: 162px;
	margin-top: 2px;
	font-size: 1em;
	position: relative;
}

#layout3 .main1 .right td{
	padding: 0px 130px;
}

#layout3 .main1 h4{
	text-align: center;
	line-height: 30px;
	font-size: 22px;
	text-shadow: 0px 3px 5px rgba(0,0,0,0.4);
	position: relative;
	color: #fff;
	z-index: 9;
}

#layout3 .main1 p{
	margin-top: 12px;
	line-height: 20px;
	text-shadow: 0px 3px 5px rgba(0,0,0,0.4);
	position: relative;
	color: #fff;
	z-index: 9;
}

#layout3 .main2{
	background: #1b2a74;
}

#layout3 .main2 .title{
	float: left;
	width: 53px;
	text-align: center;
	margin: 43px 0px 0px 31px;
}

#layout3 .main2 .title .tag{
	width: 53px;
	height: 64px;
	background: url("images/ly3-main2-tag.png");
}

#layout3 .main2 .title span{
	display: block;
	margin: 18px auto 0px auto;
	width: 24px;
	background: url("images/ly3-main2-city.png") no-repeat center top;
	padding-top: 32px;
	font-size: 22px;
	font-weight: bold;
	line-height: 23px;
}

#layout3 .main2 .show{
	float: right;
	width: 983px;
	height: 258px;
	margin: 38px 38px 0px 0px;
	position: relative;
}

#layout3 .main2 .show .text{
	position: absolute;
	top: 0px;
	border-radius: 5px;
	height: 168px;
	width: 254px;
}

#layout3 .main2 .show .text a{
	display: block;
	padding: 20px 25px 0px 25px;
	height: 148px;
}

#layout3 .main2 .show .text a:hover{
	color: #fff !important;
	transform: scale(1.02,1.02);
}

#layout3 .main2 .show .text h4{
	line-height: 20px;
	height: 20px;
	background: url("images/ly3-main2-h4.png") no-repeat 3px center;
	padding-left: 25px;
	font-size: 16px;
}

#layout3 .main2 .show .text p{
	line-height: 20px;
	max-height: 100px;
	margin-top: 10px;
}

#layout3 .main2 .show .text1{
	left: 0px;
	background: #1a72d4;
}

#layout3 .main2 .show .text2{
	left: 256px;
	background: #445cc3;
}

#layout3 .main2 .show .text3{
	left: 512px;
	background: #5869ba;
}

#layout3 .main2 .show .text4{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 766px;
	height: 88px;
	background: #1fc793;
	border-radius: 5px;
}

#layout3 .main2 .show .text4 a{
	display: block;
	padding: 24px 25px 24px 25px;
	height: 40px;
}

#layout3 .main2 .show .text4 a:hover{
	color: #fff !important;
	transform: scale(1.02,1.02);
}

#layout3 .main2 .show .text4 h4{
	float: left;
	width: 34px;
	line-height: 20px;
	padding-right: 12px;
	border-right: 2px solid #fff;
	font-size: 16px;
}

#layout3 .main2 .show .text4 p{
	float: right;
	width: 650px;
	line-height: 20px;
	max-height: 40px;
}

#layout3 .main2 .show .photo{
	position: absolute;
	width: 215px;
	height: 128px;
	right: 0px;
	border-radius: 5px;
}

#layout3 .main2 .show .photo img{
	transition: transform 0.2s;
}

#layout3 .main2 .show .photo:hover img{
	transform: scale(1.02,1.02);
}

#layout3 .main2 .show .photo i{
	position: absolute;
	width: 100%;
	height: 50px;
	background: url("images/ly3-main2-shadow.png");
	left: 0px;
	bottom: 0px;
}

#layout3 .main2 .show .photo p{
	position: absolute;
	width: 100%;
	height: 34px;
	line-height: 34px;
	left: 0px;
	bottom: 0px;
	text-align: center;
	z-index: 9;
}

#layout3 .main2 .show .pic1{
	top: 0px;
}

#layout3 .main2 .show .pic2{
	bottom: 0px;
}
/* 
#layout3 .main3 ul{
	margin-left: -4px;
}

#layout3 .main3 li{
	float: left;
	margin-left: 3px;
	height: 327px;
	width: 373px;
}

#layout3 .main3 li img{
	transition: transform 0.2s;
}

#layout3 .main3 li:hover img{
	transform: scale(1.02,1.02);
} */
#layout3 .main3 ul{
	margin-left: -4px;
	position: relative;
	width: 100%;
	height: 327px;
}

#layout3 .main3 li{
	position: absolute;
	width: 373px;
}

#layout3 .main3 .pic1,#layout3 .main3 .pic2{
	height: 162px;
	left: 0px;
}

#layout3 .main3 .pic3,#layout3 .main3 .pic4{
	height: 327px;
	top: 0px;
}

#layout3 .main3 .pic1{
	top: 0px;
}

#layout3 .main3 .pic2{
	bottom: 0px;
}

#layout3 .main3 .pic3{
	left: 375px;
}

#layout3 .main3 .pic4{
	right: 0px;
}

#layout3 .main3 li img{
	transition: transform 0.2s;
}

#layout3 .main3 li:hover img{
	transform: scale(1.02,1.02);
}

#layout5{
	margin:60px auto 10px auto;
	overflow: hidden;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	border-radius: 5px;
}
#layout5 .tab{
	width:100%;
	height:72px;
}
#layout5 .tab li{
	float:left;
	display:inline;
	width: 400px;
	height:72px;
	color:#fff;
	text-align: center;
	cursor:pointer;
	position:relative;
	overflow: inherit;
}
#layout5 .tab li p,#layout5 .tab li i{
	display:inline-block;
	opacity:0.8;
}
#layout5 .tab .li1{
	background:#054bb3;
}
#layout5 .tab .li2{
	background:#0659d3;
}
#layout5 .tab .li3{
	background:#2679d6;
}
#layout5 .tab li i{
	width:30px;
	height:28px;
	display: inline-block;
	vertical-align: top;
	margin:21px 12px 0px 0px;
}
#layout5 .tab .li1 i{ background:url(images/ly5-i1.png) no-repeat; }
#layout5 .tab .li2 i{ background:url(images/ly5-i2.png) no-repeat; }
#layout5 .tab .li3 i{ background:url(images/ly5-i3.png) no-repeat; }
#layout5 .tab li p{
	line-height: 72px;
    font-size: 24px;
}
#layout5 .tab li span{
	width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
	position:absolute;
	left:50%;
	bottom:-14px;
	display:none;
	margin-left:-20px;
}
#layout5 .tab .li1 span{ border-top: 14px solid #054bb3;}
#layout5 .tab .li2 span{ border-top: 14px solid #0659d3;}
#layout5 .tab .li3 span{ border-top: 14px solid #2679d6;}

#layout5 .tab li.current p,#layout5 .tab li.current i{
	font-weight:bold;
	opacity:1;
}
#layout5 .tab li.current span{
	display:block;
}

#layout5 .text{
	height:459px;
	width:100%;
	display:none;
	overflow:hidden;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);  
}
#layout5 .text1{ background:url(images/ly5-text1.jpg);}
#layout5 .text2{ background:url(images/ly5-text2.jpg);}
#layout5 .text3{ background:url(images/ly5-text3.jpg);}

#layout5 .text1 .left{
	width: 432px;
	margin: 40px 0px 0px 120px;
}

#layout5 .text1 li{
	width:430px;
	height:94px;
	background-color:rgba(27,42,166,0.12);
	border:1px dashed #3e9ee2;
	border-radius:48px;
	margin-top: 20px;
}
#layout5 .text1 i{
	display:block;
	float:left;
	width: 49px;
	height: 49px;
	margin: 22px 22px 0px 70px;
}
#layout5 .text1 .i1{
	background:url(images/ly5-i5.png);
}
#layout5 .text1 .i2{
	background:url(images/ly5-i6.png);
}
#layout5 .text1 .i3{
	background:url(images/ly5-i7.png);
}
#layout5 .text1 .i4{
	background:url(images/ly5-i8.png);
}
#layout5 .text1 h5{
	font-size:22px;
	line-height:26px;
	float:left;
	width:120px;
	text-align:center;
	margin-top:22px;
}
#layout5 .text1 a h5{ color:#fff !important;}
#layout5 .text1 .line{
	width:1px;
	height:46px;
	background-color:rgba(255,255,255,0.1);
	float:left;
	margin:28px 10px 0px 16px;
}
#layout5 .text1 a p{ color:#d8ad60 !important;}
#layout5 .text1 p{
	float:left;
	font-size:14px;
	line-height:23px;
	margin-top:25px;
} 
#layout5 .text1 p strong{
	display:block;
	font-size:22px;
}
#layout5 .text1 .right{
	width: 432px;
	margin: 40px 120px 0px 0px;
}
#layout5 .text1 .right li{
	height: 68px;
	border-radius: 35px;
}
#layout5 .text1 .right i{
	margin-top: 9px;
}
#layout5 .text1 .right .line{
	margin-top: 11px;
}
#layout5 .text1 .right p{
	margin-top: 11px;
}
#layout5 .text1 .right h5{
	width: 150px;
	margin-top: 0px;
	line-height: 68px;
	height: 68px;
}
#layout5 .text1 .rope{
	height: 20px;
	position: relative;
}
#layout5 .text1 .rope s{
	width: 2px;
	height: 100%;
	top: 0px;
	position: absolute;
	background: #1c87d7;
}
#layout5 .text1 .rope .s1{ left: 72px; }
#layout5 .text1 .rope .s2{ left: 94px; }
#layout5 .text1 .rope .s3{ right: 72px; }
#layout5 .text1 .rope .s4{ right: 94px; }

#layout5 .text1 .photo{
	width: 420px;
	height: 230px;
	border-radius: 10px;
	margin: 0px auto 0px auto;
	border: 2px solid #1c87d7;
}
#layout5 .text1 .photo .shadow{
	position: absolute;
	width: 100%;
	height: 78px;
	left: 0px;
	bottom: 0px;
	background: url("images/ly5-shadow2.png");
}
#layout5 .text1 .photo .play{
	position: absolute;
	width: 73px;
	height: 73px;
	background: url("images/ly5-play.png");
	left: 173px;
	top: 68px;
}
#layout5 .text1 .photo .tag{
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	width: 90px;
	text-align: center;
	border-radius: 0px 10px 0px 0px;
	background: #0679d1;
	color: #a1e4ff;
}
#layout5 .text1 .photo p{
	position: absolute;
	width: 330px;
	height: 36px;
	line-height: 36px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	color: #fff !important;
	font-size: 16px;
}

#layout5 .text2 ul{ margin-left:11px;}
#layout5 .text2 li{
	width:256px;
	float:left;
	display:inline;
	margin:65px 0px 0px 104px;
}
#layout5 .text2 li a{ color:#1c2b72 !important;}
#layout5 .text2 li i{
	width:128px;
	height:177px;
	display:block;
	margin:0px 0px 9px 64px;
}
#layout5 .text2 li .i1{ background:url(images/ly5-i9.png) no-repeat bottom center;}
#layout5 .text2 li .i2{ background:url(images/ly5-i10.png) no-repeat bottom center;}
#layout5 .text2 li .i3{ background:url(images/ly5-i11.png) no-repeat bottom center;}
#layout5 .text2 li h5{
	font-weight:normal;
	font-size:28px;
	line-height:42px;
}
#layout5 .text2 li p{
	font-size:16px;
	line-height:16px;
	text-align:center;
	font-family:"Arial";
}
#layout5 .text2 li:hover h5,#layout5 .text2 li:hover p{ font-weight:bold;}

#layout5 .text3 ul{ margin-left:100px;}
#layout5 .text3 li{
	width:334px;
	float:left;
	display:inline;
	margin:72px 0px 0px 8px;
}

#layout5 .text3 li i{
	width:334px;
	height:291px;
	display:block;
}
#layout5 .text3 li .i1{ background:url(images/ly5-i12.png) no-repeat bottom center;}
#layout5 .text3 li .i2{ background:url(images/ly5-i13.png) no-repeat bottom center;}
#layout5 .text3 li .i3{ background:url(images/ly5-i14.png) no-repeat bottom center;}
#layout5 .text3 li a h5{ color:#1b2a74 !important;}
#layout5 .text3 li h5{
	font-size:22px;
	text-align:center;
	line-height:50px;
}

#layout6{
	margin-top: 50px;
	padding-bottom: 10px;
}

#layout6 .title1 span{
	padding-left: 35px;
	background-image: url("images/ly6-title.png");
}
#layout6 .text{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	background:#fff;
	margin:18px 0px 0px 0px;
	height:540px;
	border-radius:5px;
}
#layout6 .tab{
	width:223px;
	height:100%;
	background:url(images/ly6-tab.gif) no-repeat;
	overflow:hidden;
	border-radius:5px 0px 0px 5px;
	float:left;
}
#layout6 .tab ul{ margin:28px 0px 0px 19px;}
#layout6 .tab li{
	width:186px;
	line-height:46px;
	height:46px;
	padding-left:18px;
	font-size:22px;
	color:#fff;
	cursor:pointer;
	margin:2px 0px;
} 
#layout6 .tab li.current{
	color:#1071d7;
	font-weight:bold;
	background:#fff;
	border-radius:21px 0px 0px 21px;
} 

#layout6 .tabCon{
	width:888px;
	float:right;
	margin:36px 45px 0px 0px;
}
#layout6 .list{ margin-bottom:49px;}
#layout6 .list span{
	display:inline-block;
	width:161px;
	height:46px;
	background:url(images/ly6-sp2.gif) no-repeat;
	font-size:20px;
	color:#1071d7;
	line-height:46px;
	margin-left:16px;
}
#layout6 .list .sp1{
	background:url(images/ly6-sp1.gif) no-repeat;
	margin-left:0px;
	font-weight:bold;
}
#layout6 .list span a{
	width:100%;
	height:100%;
	display:block;
	color:#1071d7 !important;
}
#layout6 .list span i{
	width:19px;
	height:20px;
	display:block;
	float:left;
	margin:13px 8px 0px 31px;
}
#layout6 .list span .i1{ background:url(images/ly6-i1.png) no-repeat;}
#layout6 .list span .i2{ background:url(images/ly6-i2.png) no-repeat;}
#layout6 .list span .i3{ background:url(images/ly6-i3.png) no-repeat; width:29px;margin:13px 5px 0px 27px;}
#layout6 .list span .i4{ background:url(images/ly6-i4.png) no-repeat;}
#layout6 .list span .i5{ background:url(images/ly6-i5.png) no-repeat;}

#layout6 .tabCon .news{
	width:353px;
	float:left;
	margin-top:-14px;
}
#layout6 .tabCon .news ul{
	padding-bottom:16px;
}
#layout6 .tabCon .news li{
	border-bottom:1px solid #f2f2f2;
	padding:11px 0px 10px 0px;
}
#layout6 .tabCon .news li h5{
	font-size:20px;
	font-weight:normal;
	line-height:26px;
	max-height:52px;
}
#layout6 .tabCon .news li h5 a{color:#333;}
#layout6 .tabCon .news li p{ 
	color:#8d8d8d;
	line-height:36px;
	height:36px;
}
#layout6 .tabCon .news li p span{ margin-right:13px;}
#layout6 .tabCon .news .more,#layout7 .more {
    color: #000;
    background: url(images/more.png) no-repeat right center;
    padding-right: 21px;
    opacity: 0.3;
}

#layout6 .tabCon .pic{
	width:500px;
	height:357px;
	position:relative;
	float:right;
}
#layout6 .tabCon .pic img{
	border-radius:4px;
	width:100%;
	height:100%;
}
#layout6 .tabCon .shadow{
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0px;
	bottom: 0px;
	background:url(images/ly6-shadow.png) repeat-x;
	border-radius:0px 0px 4px 4px;
}
#layout6 .tabCon .pic p{
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0px;
	bottom: 0px;
	font-size:16px;
	text-align:center;
	line-height:50px;
}

#layout7{
	margin-top: 35px;
}
#layout7 .title1{
	line-height:40px;
	height:40px;
}
#layout7 .title1 span{
	padding-left: 39px;
	background-image: url("images/ly7-title.png");
}
#layout7 .title1 form{
	width:629px;
	height:38px;
	line-height:38px;
	border-radius:20px;
	float:right;
	border:1px solid #e5e5e5;
	background:#fff;
}
#layout7 .kuang1,#layout8 .kuang1{
	font-size: 16px;
    border: none;
    outline: none;
	color:#272a32;
	width:86px;
	margin-left:36px;
	line-height:36px;
	height:36px;
}
#layout7 .kuang2,#layout8 .kuang2{
	width: 140px;
    color: #333;
    height:34px;
	line-height:34px;
    font-size: 15px;
    border: none;
    outline: none;
	margin-left:10px;
}
#layout7 input:-moz-placeholder{color:#cecfd0;}   
#layout7 input:-ms-input-placeholder{color:#cecfd0;}   
#layout7 input::-webkit-input-placeholder{color:#cecfd0;}
#layout7 .sub{
	width:96px;
	height:38px;
	border: none;
    outline: none;
	background:url(images/ly7-sub.png) no-repeat;
	float:right;
}

#layout7 .block{
	background:url(images/ly7-block.jpg) no-repeat top center;
	margin-top:23px;
	overflow:hidden;
}
#layout7 .block .title{
	line-height:44px;
	height:44px;
	border-bottom:1px solid rgba(255,255,255,0.3);
	margin:37px 0px 50px 0px;
}

#layout7 .block .title .more2{
	float: right;
	background: url("images/more2.png") no-repeat right center;
	padding-right: 20px;
	color: #fff;
	font-size: 16px;
}
#layout7 .block .title .more2:hover{
	color: #fff !important;
	opacity: 0.8;
}
#layout7 .block .title .tab span{
	font-size:22px;
	color:#fff;
	cursor:pointer;
	padding:0px 18px;
	margin-left:44px;
	border-radius:4px 4px 0px 0px;
	display:inline-block;
	position:relative;
	height:44px;
}
#layout7 .block .title .tab span.current{
	border:1px solid rgba(255,255,255,0.3);
	border-bottom:none;
	font-weight:bold;
}
#layout7 .block .title .tab span i{
	width:100%;
	height:2px;
	position:absolute;
	left:0;
	bottom:0px;
	display:none;
	background:#002fa7;
}
#layout7 .block .title .tab span.current i{ display:block;}

#layout7 .block .title .tab span label{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 45px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
	display: none;
}

#layout7 .block .title .tab .current label{
	display: block;
}

#layout7 .tabCon ul{ margin-left:-28px; padding-bottom: 10px;}
#layout7 .tabCon li{
	width:150px;
	height:154px;
	float:left;
	display:inline;
	margin-left:28px;
	background:#1071d7;
	border-radius:4px;
	padding:22px 10px 0px 16px;
	font-size:16px;
	line-height:22px;
}
#layout7 .tabCon li a{ color:#fff !important;}
#layout7 .tabCon li:hover{ background:url(images/ly7-li.png) no-repeat;}
#layout7 .tabCon li h5{
	font-size:16px;
	line-height:22px;
}
#layout7 .tabCon li p{ margin-top:10px;}

#layout7 .tabCon2 ul{ margin-left:-28px; padding-bottom: 13px;}
#layout7 .tabCon2 li{
	width:235px;
	height:154px;
	float:left;
	display:inline;
	margin-left:28px;
	background:#fff;
	border-radius:5px;
	padding:22px 22px 0px 22px;
	font-size:16px;
	line-height:22px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1); 
}

#layout7 .tabCon2 li h5{
	font-size:16px;
	line-height:22px;
	color: #1c2b72;
	font-weight: normal;
}
#layout7 .tabCon2 li p{ 
	margin-top:10px;
	font-size: 22px;
	line-height: 30px;
}


#layout8{
	margin-top: 25px;
}

#layout8 .title1{
	line-height:39px;
	height:39px;
	margin-bottom:15px;
}
#layout8 .title1 span{
	padding-left: 36px;
	background-image: url("images/ly8-title.png");
}
#layout8 .title1 a{ float:right;}
#layout8 .left{ width:564px;}
#layout8 .block1{
	width:478px;
	height:172px;
	background: url("images/ly8-bg.jpg");
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	padding:24px 47px 0px 39px;
}
#layout8 .block1 h5{
	font-size:22px;
	color:#fff;
	line-height:66px;
}
#layout8 form{
	width:466px;
	height:50px;
	line-height:50px;
	border-radius:5px;
	background:#fff;
	padding-left:12px;
}
#layout8 .kuang1{
	float: left;
	height:50px;
	line-height:50px;
	margin-left:0px;
}
#layout8 .kuang2{
	float: left;
	height:50px;
	line-height:50px;
	margin-left:6px;
	width:300px;
	padding: 0;
	outline: none;
}
#layout8 input:-moz-placeholder{color:#b8b8b8;}   
#layout8 input:-ms-input-placeholder{color:#b8b8b8;}   
#layout8 input::-webkit-input-placeholder{color:#b8b8b8;}
#layout8 .sub{
	width:64px;
	height:46px;
	border: none;
    outline: none;
	background:#fff url(images/ly8-sub.png) no-repeat center center;
	float:right;
	margin:2px 2px 0px 0px;
	cursor: pointer;
}

#layout8 .block2{
	width:498px;
	height:255px;
	background:#fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	padding:14px 28px 0px 38px;
	margin-top:12px;
}
#layout8 .block2 .title1,#layout8 .right .title1{
	border-bottom:1px solid #dddfea;
	line-height:48px;
	height:48px;
	margin-bottom:13px;
}
#layout8 .block2 .title1 span,#layout8 .right .title1 span{
	background:none;
	padding-left:0px;
	font-size:22px;
}
#layout8 .block2 .news h4{
	font-size:20px;
	font-weight:normal;
	color:#333;
	line-height:24px;
	max-height:48px;
}
#layout8 .block2 .news h4 a{ color:#333;}
#layout8 .block2 .news h5{
	font-size:14px;
	font-weight:normal;
	color:#1b2a74;
	line-height:30px;
	margin-top:3px;
}
#layout8 .block2 .news h5 span{ margin-right:24px;}
#layout8 .block2 .news p{
	line-height:18px;
	color:#8d8d8d;
	max-height:36px;
}
#layout8 .point{
	height:8px;
	margin-top:24px;
}
#layout8 .point span{
	display:block;
	float:left;
	width: 7px;
	height: 7px;
	border-radius: 4px;
	cursor: pointer;
	background: #7f7f7f;
	margin-right: 7px;
}
#layout8 .point .current{
	background: #e02020;
}

#layout8 .right{
	width:548px;
	height:453px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	background: #fff;
	padding:24px 38px 0px 39px;
}
#layout8 .right .title1{ margin-bottom:3px;}
#layout8 .right li{
	color:#333;
	background:url(images/ly8-li.gif) no-repeat left bottom;
	padding:9px 0px 20px 0px;
}
#layout8 .right li:last-child{ background:none;}
#layout8 .right li a{color:#333;}
#layout8 .right li h5{
	font-size:20px;
	font-weight:normal;
	line-height:40px;
	height:40px;
}
#layout8 .right li p{
	line-height:20px;
	height:20px;
}
#layout8 .right li p span{ margin-right:10px;}
#layout8 .right li .green{ color:#339966;}
#layout8 .right li .red{ color:#e02020;}





#layout9{
    margin-top: 50px;
	padding:45px 0px 45px 0px;
    background: #e9ecf0;
	height:205px;
}
.linkGroup1 { margin-left:-50px;}
.linkGroup1 .link {
    display: inline-block;
    height: 42px;
	line-height:42px;
    width: 205px;
    text-align: center;
    font-size: 16px;
    color: rgb(0, 0, 0);
    background: #fff;
	float:left;
	margin-left:50px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	border-radius:2px;
}
.linkGroup1 .link:hover{
    color: #1b2a74;
    opacity: 0.8;
}
.linkGroup1 .link img {
    display: inline-block;
    margin: -3px 5px 0 0;
    vertical-align: middle;
}
.linkGroup1 select {
	float:left;
    width: 190px;
	padding-left:15px;
    height: 42px;
	line-height:42px;
    font-size: 16px;
    border: none;
    outline: none;
	margin-left:50px;
	box-shadow: 0px 0px 10px rgba(200,200,200,0.1);
	border-radius:2px;
}
.linkGroup1 select:first-child{
	padding-left:20px;
	width: 185px;
}
.linkGroup2 {
    margin: 42px 0px 0px -18px;
    height: 121px;
    display: flex;
}
.linkGroup2 a,.linkGroup2 .block {
    width: 153px;
    height: 121px;
	display:block;
    text-align: center;
    font-size: 16px;
    color: #333;
    border-radius: 5px;
    background: rgb(255, 255, 255);
	box-shadow: 0px 0px 10px rgba(200,200,200,0.1);
	overflow:hidden;
	float:left;
	margin-left:18px;
}
.linkGroup2 a:hover {
    color: #b68c39;
    opacity: 0.8;
}
.linkGroup2 a img {
    margin: 33px auto 10px auto;
}
.linkGroup2 .block{
	width:200px;
	text-align:center;
	float:left;
}
.linkGroup2 .block img{
	display:inline;
	margin-top:15px;
}

#layout10{
	background: #15266b;
	text-align: center;
	padding: 35px 0px;
}

#layout10 .box{
	display: inline-block;
	vertical-align: top;
}

#layout10 i{
	display: inline-block;
	vertical-align: top;
	width: 1px;
	height: 52px;
	background: url("images/ly10-line.png");
	margin: 1px 65px 0px 65px;
}

#layout10 h4{
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	font-weight: normal;
}

#layout10 p{
	line-height: 30px;
	height: 30px;
	font-size: 22px;
	margin-top: 5px;
}

#layout10 label{
	font-weight: bold;
}

#layout11{
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	background: #fff;
	margin-bottom: 8px;
    padding: 35px 38px 30px 38px;
	width: calc(1200px - 76px);
}

#layout11 .title1{
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #e8e9f1;
}

#layout11 .title1 label{
	float: left;
	background: #1fc793;
	border-radius: 5px 5px 0px 0px;
	font-size: 22px;
	color: #fff;
	width: 200px;
	text-align: center;
	cursor: pointer;
}

#layout11 .title1 label.current{
	font-weight: bold;
	background: #1a72d4;
}

#layout11 .title1 .more{
	display: none;
}

#layout11 .title1 .more.current{
	display: block;
}

#layout11 .list{
	margin-top: 12px;
	display: none;
}

#layout11 .list.current{
	display: block;
}

#layout11 .list ul{
	margin-left: -74px;
}

#layout11 .list li{
	float: left;
	margin: 15px 0px 0px 74px;
	width: 525px;
	height:85px;
}

#layout11 .list h3{
	font-size: 24px;
	line-height: 30px;
	max-height: 60px;
	font-weight: normal;
}

#layout11 .list h3 a:hover{
	font-weight: bold;
}

#layout11 .list p{
	line-height: 20px;
	max-height: 40px;
	color: #8d8d8d;
	margin-top: 5px;
}

#layout11 .list p span{
	margin-right: 25px;
}

#layout11 .ad{
	margin-top: 30px;
}

#layout11 .ad img{
	border-radius: 3px;
}